PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeDisplayFormXObjectOperator Method
The ID of the form XObject in the Resources dictionary
The COS form XObject
In This Topic
    analyzeDisplayFormXObjectOperator Method
    In This Topic
    Called when Do operator with form XObject is found.
    Syntax
    public void analyzeDisplayFormXObjectOperator( 
       PDFCosName cosFormXObjectID,
       PDFCosDictionary cosFormXObject
    )

    Parameters

    cosFormXObjectID
    The ID of the form XObject in the Resources dictionary
    cosFormXObject
    The COS form XObject
    See Also